type vendor/golang.org/x/text/unicode/bidi.bidiTrie
8 uses
vendor/golang.org/x/text/unicode/bidi (current package)
tables15.0.0.go#L19: func (t *bidiTrie) lookup(s []byte) (v uint8, sz int) {
tables15.0.0.go#L81: func (t *bidiTrie) lookupUnsafe(s []byte) uint8 {
tables15.0.0.go#L104: func (t *bidiTrie) lookupString(s string) (v uint8, sz int) {
tables15.0.0.go#L166: func (t *bidiTrie) lookupStringUnsafe(s string) uint8 {
tables15.0.0.go#L187: type bidiTrie struct{}
tables15.0.0.go#L189: func newBidiTrie(i int) *bidiTrie {
tables15.0.0.go#L190: return &bidiTrie{}
tables15.0.0.go#L194: func (t *bidiTrie) lookupValue(n uint32, b byte) uint8 {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |